kotlin メンバ変数
from
Kotlin文法
メンバ変数
Property, Getter and Setter — Kotlin - Suneet Agrawal - Medium
Variable having a class level scope (member variables) which are declared inside the class but outside the methods or functions is called as Property in Kotlin.
外部から見る(呼ぶ)とき、そういう観点?では、propertyと言う?
mHogeFoo
みたいに、prefixに "m" をつける慣習がある?
Kotlin Style Guide